home *** CD-ROM | disk | FTP | other *** search
- |linenum|
- windowtitle `<integer> = TheLineNumber
- printlf `The number of the line the cursor is on.
- end
-
- |colnum|
- windowtitle `<integer> = TheColumnNumber
- printlf `The number of the column the cursor is
- printlf `currently on.
- end
-
- |line|
- windowtitle `"string" = TheLine
- printlf `The current line of text in the current
- printlf `document.`
- end
-
- |char|
- windowtitle `"string" = TheCharacter
- printlf `The character that the cursor is on. Returns
- printlf `a NULL ("") string if the cursor is at the
- printlf `end of the file.
- end
-
- |word|
- windowtitle `"string" = TheWord
- printlf `The current word the cursor is on, based on
- printlf `the word delimiters.
- printlf
- print `SEE ALSO: `
- subject `TheWordDelimiters`TheWordDelimiters`
- end
-
- |charstobeg|
- windowtitle `"string" = CharsToBegOfLine
- printlf `The characters before the cursor on
- printlf `the current line.
- printlf
- print `SEE ALSO: `
- subject `CharsToEndOfLine`CharsToEndOfLine`
- end
-
- |charstoend|
- windowtitle `"string" = CharsToEndOfLine
- printlf `The characters from the cursor to
- printlf `the end of the current line.
- printlf
- print `SEE ALSO: `
- subject `CharsToBegOfLine`CharsToBegOfLine`
- end
-
- |linesindoc|
- windowtitle `<integer> = LinesInDocument
- printlf `The number of lines in the current
- printlf `document.
- end
-
- |linelength|
- windowtitle `<integer> = LengthOfLine
- printlf `The length of the current line.`
- end
-
- |docname|
- windowtitle `"string" = DocumentName
- printlf `The name of the current document.
- end
-
- |docsize|
- windowtitle `<integer> = SizeOfDocument
- printlf `The size of the current document in bytes.
- end
-
- |delimiters|
- windowtitle `"string" = TheWordDelimiters
- printlf `The characters separating words in the
- printlf `current document.
- end
-
- |searchfound|
- windowtitle `<<Logical>> = SearchFound`
- printlf `This system variable returns TRUE if the
- printlf `most previous SearchFor or Replace command
- printlf `found the specified search string.`
- end
-
-
-